Understanding the LCD effect and replicating it on Shadertoy to achieve a base for retro looks.
Two lightweight ways to simulate shadows from a cloud cover in Unity URP
Sharing a more complex billboard shader in shadergraph that fixes lighting issues from our previous shader by using different calculations for billboarding, and sets custom normals
Sharing some great tutorials on how to handle lights and shadows in Unity to get good looking scenes
Make an object track the camera and always be facing it. Learning how a Billboard shader orients itself towards the camera, and how to implement this effect in Unity Shadergraph, to be used in games for vegetation and other elements (grass, pickups...)
Explaining how to create a Simple Water Shader using Shadergraph in Unity by using scrolling normal maps and the depth buffer
Working on an Utility to automatically port assets from deprecated rendering setups to URP/HDRP